projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d927d8
)
(write-abbrev-file): Don't hardcode point-min == 1.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 27 Sep 2002 19:51:58 +0000
(19:51 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 27 Sep 2002 19:51:58 +0000
(19:51 +0000)
lisp/abbrev.el
patch
|
blob
|
history
diff --git
a/lisp/abbrev.el
b/lisp/abbrev.el
index 8e6b3ae69d8ec19ef9f9da2ba8f036754294f533..a73c8e0fe8d9aeb7edba1bca50ff944b8eb6eef4 100644
(file)
--- a/
lisp/abbrev.el
+++ b/
lisp/abbrev.el
@@
-219,7
+219,7
@@
The argument FILE is the file name to write."
(while tables
(insert-abbrev-table-description (car tables) nil)
(setq tables (cdr tables))))
- (write-region
1
(point-max) file)
+ (write-region
(point-min)
(point-max) file)
(erase-buffer)))
\f
(defun add-mode-abbrev (arg)